ServiceGetAttachments Method (IListString) |
Retrieve existing attachments.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Attachment> GetAttachments(
IList<string> attachmentIds
)
Public Function GetAttachments (
attachmentIds As IList(Of String)
) As IList(Of Attachment)
Parameters
- attachmentIds
- Type: System.Collections.GenericIListString
The IDs of attachments to return.
Return Value
Type:
IListAttachmentIList{Attachment}.
See Also